home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMCONFIG / TFRMCONFIG.txt
Text File  |  2005-02-15  |  34KB  |  1,199 lines

  1. object frmConfig: TfrmConfig
  2.   Left = 279
  3.   Top = 332
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Rename Master - Configuration'
  7.   ClientHeight = 438
  8.   ClientWidth = 578
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   OnKeyUp = FormKeyUp
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object Label11: TLabel
  27.     Left = 226
  28.     Top = 325
  29.     Width = 56
  30.     Height = 11
  31.     Caption = '| (pipe)'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'Lucida Console'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 578
  43.     Height = 438
  44.     Align = alClient
  45.     BevelOuter = bvNone
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clWindowText
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     TabOrder = 0
  55.     DesignSize = (
  56.       578
  57.       438)
  58.     object Label2: TLabel
  59.       Left = 10
  60.       Top = 448
  61.       Width = 474
  62.       Height = 26
  63.       Anchors = [akLeft, akBottom]
  64.       Caption = 
  65.         'Number and Date formats can be changed at Control Panel -> Regio' +
  66.         'nal Options. Substitions will be made for Meta-Variables values ' +
  67.         'as set in the System tab above.'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clWindowText
  70.       Font.Height = -11
  71.       Font.Name = 'Verdana'
  72.       Font.Style = []
  73.       ParentFont = False
  74.       WordWrap = True
  75.     end
  76.     object btnSave: TButton
  77.       Left = 493
  78.       Top = 33
  79.       Width = 68
  80.       Height = 24
  81.       Anchors = [akTop, akRight]
  82.       Caption = 'Save'
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clWindowText
  85.       Font.Height = -11
  86.       Font.Name = 'MS Sans Serif'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       TabOrder = 0
  90.       OnClick = btnSaveClick
  91.     end
  92.     object btnCancel: TButton
  93.       Left = 493
  94.       Top = 79
  95.       Width = 68
  96.       Height = 26
  97.       Anchors = [akTop, akRight]
  98.       Caption = 'Cancel'
  99.       Font.Charset = DEFAULT_CHARSET
  100.       Font.Color = clWindowText
  101.       Font.Height = -11
  102.       Font.Name = 'MS Sans Serif'
  103.       Font.Style = []
  104.       ParentFont = False
  105.       TabOrder = 1
  106.       OnClick = btnCancelClick
  107.     end
  108.     object PageControl1: TPageControl
  109.       Left = 10
  110.       Top = 8
  111.       Width = 468
  112.       Height = 389
  113.       Hint = 'File View'
  114.       ActivePage = TabSheet1
  115.       Anchors = [akLeft, akTop, akRight, akBottom]
  116.       Font.Charset = DEFAULT_CHARSET
  117.       Font.Color = clWindowText
  118.       Font.Height = -11
  119.       Font.Name = 'MS Sans Serif'
  120.       Font.Style = []
  121.       ParentFont = False
  122.       RaggedRight = True
  123.       TabIndex = 0
  124.       TabOrder = 2
  125.       TabWidth = 80
  126.       object TabSheet1: TTabSheet
  127.         Caption = 'File Options'
  128.         DesignSize = (
  129.           460
  130.           361)
  131.         object ScrollBox2: TScrollBox
  132.           Left = 10
  133.           Top = 8
  134.           Width = 440
  135.           Height = 343
  136.           Anchors = [akLeft, akTop, akRight, akBottom]
  137.           Font.Charset = DEFAULT_CHARSET
  138.           Font.Color = clWindowText
  139.           Font.Height = -11
  140.           Font.Name = 'MS Sans Serif'
  141.           Font.Style = []
  142.           ParentFont = False
  143.           TabOrder = 0
  144.           object Label16: TLabel
  145.             Left = 10
  146.             Top = 10
  147.             Width = 105
  148.             Height = 13
  149.             Caption = 'Folder selection'
  150.             Font.Charset = DEFAULT_CHARSET
  151.             Font.Color = clWindowText
  152.             Font.Height = -11
  153.             Font.Name = 'Verdana'
  154.             Font.Style = [fsBold]
  155.             ParentFont = False
  156.           end
  157.           object Label18: TLabel
  158.             Left = 10
  159.             Top = 103
  160.             Width = 51
  161.             Height = 13
  162.             Caption = 'File List'
  163.             Font.Charset = DEFAULT_CHARSET
  164.             Font.Color = clWindowText
  165.             Font.Height = -11
  166.             Font.Name = 'Verdana'
  167.             Font.Style = [fsBold]
  168.             ParentFont = False
  169.           end
  170.           object Label1: TLabel
  171.             Left = 20
  172.             Top = 298
  173.             Width = 58
  174.             Height = 13
  175.             Caption = 'Current Font'
  176.             Font.Charset = DEFAULT_CHARSET
  177.             Font.Color = clWindowText
  178.             Font.Height = -11
  179.             Font.Name = 'MS Sans Serif'
  180.             Font.Style = []
  181.             ParentFont = False
  182.           end
  183.           object GroupBox1: TGroupBox
  184.             Left = 124
  185.             Top = 10
  186.             Width = 301
  187.             Height = 11
  188.             Font.Charset = DEFAULT_CHARSET
  189.             Font.Color = clWindowText
  190.             Font.Height = -11
  191.             Font.Name = 'MS Sans Serif'
  192.             Font.Style = []
  193.             ParentFont = False
  194.             TabOrder = 0
  195.           end
  196.           object Panel5: TPanel
  197.             Left = 10
  198.             Top = 30
  199.             Width = 417
  200.             Height = 75
  201.             BevelOuter = bvNone
  202.             BorderWidth = 1
  203.             Ctl3D = False
  204.             Font.Charset = DEFAULT_CHARSET
  205.             Font.Color = clWindowText
  206.             Font.Height = -11
  207.             Font.Name = 'MS Sans Serif'
  208.             Font.Style = []
  209.             ParentCtl3D = False
  210.             ParentFont = False
  211.             TabOrder = 1
  212.             object rbStandardOpen: TRadioButton
  213.               Left = 10
  214.               Top = 41
  215.               Width = 306
  216.               Height = 21
  217.               Caption = 'Use standard Open Folder dialog'
  218.               Font.Charset = DEFAULT_CHARSET
  219.               Font.Color = clWindowText
  220.               Font.Height = -11
  221.               Font.Name = 'Verdana'
  222.               Font.Style = []
  223.               ParentFont = False
  224.               TabOrder = 0
  225.             end
  226.             object rbBrowse: TRadioButton
  227.               Left = 10
  228.               Top = 22
  229.               Width = 247
  230.               Height = 20
  231.               Caption = 'Use Browse for folder'
  232.               Font.Charset = DEFAULT_CHARSET
  233.               Font.Color = clWindowText
  234.               Font.Height = -11
  235.               Font.Name = 'Verdana'
  236.               Font.Style = []
  237.               ParentFont = False
  238.               TabOrder = 1
  239.             end
  240.             object rbOldSelectFolder: TRadioButton
  241.               Left = 10
  242.               Top = 2
  243.               Width = 326
  244.               Height = 21
  245.               Caption = 'Use Windows 3.1 style folder selection'
  246.               Font.Charset = DEFAULT_CHARSET
  247.               Font.Color = clWindowText
  248.               Font.Height = -11
  249.               Font.Name = 'Verdana'
  250.               Font.Style = []
  251.               ParentFont = False
  252.               TabOrder = 2
  253.             end
  254.           end
  255.           object Panel4: TPanel
  256.             Left = 10
  257.             Top = 118
  258.             Width = 257
  259.             Height = 80
  260.             BevelOuter = bvNone
  261.             Ctl3D = False
  262.             Font.Charset = DEFAULT_CHARSET
  263.             Font.Color = clWindowText
  264.             Font.Height = -11
  265.             Font.Name = 'MS Sans Serif'
  266.             Font.Style = []
  267.             ParentCtl3D = False
  268.             ParentFont = False
  269.             TabOrder = 2
  270.             object rbFiles: TRadioButton
  271.               Left = 10
  272.               Top = 10
  273.               Width = 228
  274.               Height = 21
  275.               Caption = 'Files only  (Recommended)'
  276.               Font.Charset = DEFAULT_CHARSET
  277.               Font.Color = clWindowText
  278.               Font.Height = -11
  279.               Font.Name = 'Verdana'
  280.               Font.Style = []
  281.               ParentFont = False
  282.               TabOrder = 0
  283.             end
  284.             object rbFolders: TRadioButton
  285.               Left = 10
  286.               Top = 30
  287.               Width = 119
  288.               Height = 20
  289.               Caption = 'Folders only'
  290.               Font.Charset = DEFAULT_CHARSET
  291.               Font.Color = clWindowText
  292.               Font.Height = -11
  293.               Font.Name = 'Verdana'
  294.               Font.Style = []
  295.               ParentFont = False
  296.               TabOrder = 1
  297.             end
  298.             object rbFilesFolders: TRadioButton
  299.               Left = 10
  300.               Top = 49
  301.               Width = 149
  302.               Height = 21
  303.               Caption = 'Files and Folders'
  304.               Font.Charset = DEFAULT_CHARSET
  305.               Font.Color = clWindowText
  306.               Font.Height = -11
  307.               Font.Name = 'Verdana'
  308.               Font.Style = []
  309.               ParentFont = False
  310.               TabOrder = 2
  311.             end
  312.           end
  313.           object GroupBox3: TGroupBox
  314.             Left = 71
  315.             Top = 103
  316.             Width = 354
  317.             Height = 11
  318.             Font.Charset = DEFAULT_CHARSET
  319.             Font.Color = clWindowText
  320.             Font.Height = -11
  321.             Font.Name = 'MS Sans Serif'
  322.             Font.Style = []
  323.             ParentFont = False
  324.             TabOrder = 3
  325.           end
  326.           object cbFullDateTime: TCheckBox
  327.             Left = 20
  328.             Top = 224
  329.             Width = 381
  330.             Height = 21
  331.             Caption = 'Show the Time and the Date of files (instead of date only)'
  332.             Font.Charset = DEFAULT_CHARSET
  333.             Font.Color = clWindowText
  334.             Font.Height = -11
  335.             Font.Name = 'Verdana'
  336.             Font.Style = []
  337.             ParentFont = False
  338.             TabOrder = 4
  339.           end
  340.           object cbNoFileIcons: TCheckBox
  341.             Left = 20
  342.             Top = 262
  343.             Width = 247
  344.             Height = 20
  345.             Caption = 'Disable icons on file/preview lists'
  346.             Font.Charset = DEFAULT_CHARSET
  347.             Font.Color = clWindowText
  348.             Font.Height = -11
  349.             Font.Name = 'Verdana'
  350.             Font.Style = []
  351.             ParentFont = False
  352.             TabOrder = 5
  353.           end
  354.           object txtFontName: TEdit
  355.             Left = 20
  356.             Top = 314
  357.             Width = 198
  358.             Height = 21
  359.             BorderStyle = bsNone
  360.             Color = clWhite
  361.             Font.Charset = DEFAULT_CHARSET
  362.             Font.Color = clWindowText
  363.             Font.Height = -11
  364.             Font.Name = 'MS Sans Serif'
  365.             Font.Style = []
  366.             ParentFont = False
  367.             ReadOnly = True
  368.             TabOrder = 6
  369.             Text = 'txtFontName'
  370.           end
  371.           object btnSet: TButton
  372.             Left = 236
  373.             Top = 310
  374.             Width = 70
  375.             Height = 25
  376.             Caption = 'Change'
  377.             Font.Charset = DEFAULT_CHARSET
  378.             Font.Color = clWindowText
  379.             Font.Height = -11
  380.             Font.Name = 'MS Sans Serif'
  381.             Font.Style = []
  382.             ParentFont = False
  383.             TabOrder = 7
  384.             OnClick = btnSetClick
  385.           end
  386.           object cbFilterFolders: TCheckBox
  387.             Left = 20
  388.             Top = 204
  389.             Width = 306
  390.             Height = 21
  391.             Caption = 'Show only folders matching the "Filter"'
  392.             Font.Charset = DEFAULT_CHARSET
  393.             Font.Color = clWindowText
  394.             Font.Height = -11
  395.             Font.Name = 'Verdana'
  396.             Font.Style = []
  397.             ParentFont = False
  398.             TabOrder = 8
  399.           end
  400.           object cbFileCreatedDate: TCheckBox
  401.             Left = 20
  402.             Top = 244
  403.             Width = 309
  404.             Height = 20
  405.             Caption = 'Show File Creation date (instead of Modifed Date)'
  406.             Font.Charset = DEFAULT_CHARSET
  407.             Font.Color = clWindowText
  408.             Font.Height = -11
  409.             Font.Name = 'Verdana'
  410.             Font.Style = []
  411.             ParentFont = False
  412.             TabOrder = 9
  413.           end
  414.         end
  415.       end
  416.       object TabSheet2: TTabSheet
  417.         Caption = 'Renaming'
  418.         ImageIndex = 1
  419.         object Label20: TLabel
  420.           Left = 20
  421.           Top = 32
  422.           Width = 106
  423.           Height = 13
  424.           Caption = 'Filelist Behavior'
  425.           Font.Charset = DEFAULT_CHARSET
  426.           Font.Color = clWindowText
  427.           Font.Height = -11
  428.           Font.Name = 'Verdana'
  429.           Font.Style = [fsBold]
  430.           ParentFont = False
  431.         end
  432.         object Label14: TLabel
  433.           Left = 59
  434.           Top = 108
  435.           Width = 321
  436.           Height = 13
  437.           Caption = '(No longer needed - collision detection speed improved)'
  438.           Font.Charset = DEFAULT_CHARSET
  439.           Font.Color = clWindowText
  440.           Font.Height = -11
  441.           Font.Name = 'Verdana'
  442.           Font.Style = []
  443.           ParentFont = False
  444.         end
  445.         object Label17: TLabel
  446.           Left = 20
  447.           Top = 161
  448.           Width = 31
  449.           Height = 13
  450.           Caption = 'Case'
  451.           Font.Charset = DEFAULT_CHARSET
  452.           Font.Color = clWindowText
  453.           Font.Height = -11
  454.           Font.Name = 'Verdana'
  455.           Font.Style = [fsBold]
  456.           ParentFont = False
  457.         end
  458.         object GroupBox5: TGroupBox
  459.           Left = 158
  460.           Top = 32
  461.           Width = 296
  462.           Height = 11
  463.           Font.Charset = DEFAULT_CHARSET
  464.           Font.Color = clWindowText
  465.           Font.Height = -11
  466.           Font.Name = 'MS Sans Serif'
  467.           Font.Style = []
  468.           ParentFont = False
  469.           TabOrder = 0
  470.         end
  471.         object cbDontSelectFolders: TCheckBox
  472.           Left = 30
  473.           Top = 59
  474.           Width = 345
  475.           Height = 21
  476.           Caption = 'Don'#39't select folders for renaming by default'
  477.           Font.Charset = DEFAULT_CHARSET
  478.           Font.Color = clWindowText
  479.           Font.Height = -11
  480.           Font.Name = 'Verdana'
  481.           Font.Style = []
  482.           ParentFont = False
  483.           TabOrder = 1
  484.         end
  485.         object cbDisableCollisionDetection: TCheckBox
  486.           Left = 30
  487.           Top = 89
  488.           Width = 296
  489.           Height = 21
  490.           Caption = 'Disable filename collision detection'
  491.           Enabled = False
  492.           Font.Charset = DEFAULT_CHARSET
  493.           Font.Color = clWindowText
  494.           Font.Height = -11
  495.           Font.Name = 'Verdana'
  496.           Font.Style = []
  497.           ParentFont = False
  498.           TabOrder = 2
  499.         end
  500.         object GroupBox2: TGroupBox
  501.           Left = 64
  502.           Top = 161
  503.           Width = 390
  504.           Height = 11
  505.           Font.Charset = DEFAULT_CHARSET
  506.           Font.Color = clWindowText
  507.           Font.Height = -11
  508.           Font.Name = 'MS Sans Serif'
  509.           Font.Style = []
  510.           ParentFont = False
  511.           TabOrder = 3
  512.         end
  513.         object Panel3: TPanel
  514.           Left = 20
  515.           Top = 187
  516.           Width = 296
  517.           Height = 110
  518.           BevelOuter = bvNone
  519.           BorderWidth = 1
  520.           Ctl3D = False
  521.           Font.Charset = DEFAULT_CHARSET
  522.           Font.Color = clWindowText
  523.           Font.Height = -11
  524.           Font.Name = 'MS Sans Serif'
  525.           Font.Style = []
  526.           ParentCtl3D = False
  527.           ParentFont = False
  528.           TabOrder = 4
  529.           object rbPreserveCase: TRadioButton
  530.             Left = 10
  531.             Top = 0
  532.             Width = 228
  533.             Height = 21
  534.             Caption = 'Preserve Case (Recommended)'
  535.             Font.Charset = DEFAULT_CHARSET
  536.             Font.Color = clWindowText
  537.             Font.Height = -11
  538.             Font.Name = 'MS Sans Serif'
  539.             Font.Style = []
  540.             ParentFont = False
  541.             TabOrder = 0
  542.             OnClick = rbPreserveCaseClick
  543.           end
  544.           object Panel2: TPanel
  545.             Left = 30
  546.             Top = 39
  547.             Width = 217
  548.             Height = 61
  549.             BevelOuter = bvNone
  550.             Font.Charset = DEFAULT_CHARSET
  551.             Font.Color = clWindowText
  552.             Font.Height = -11
  553.             Font.Name = 'MS Sans Serif'
  554.             Font.Style = []
  555.             ParentFont = False
  556.             TabOrder = 1
  557.             object rbUppercase: TRadioButton
  558.               Left = 10
  559.               Top = 0
  560.               Width = 159
  561.               Height = 21
  562.               Caption = 'UPPERCASE'
  563.               Font.Charset = DEFAULT_CHARSET
  564.               Font.Color = clWindowText
  565.               Font.Height = -11
  566.               Font.Name = 'MS Sans Serif'
  567.               Font.Style = []
  568.               ParentFont = False
  569.               TabOrder = 0
  570.             end
  571.             object rbLowercase: TRadioButton
  572.               Left = 10
  573.               Top = 20
  574.               Width = 139
  575.               Height = 21
  576.               Caption = 'lowercase'
  577.               Font.Charset = DEFAULT_CHARSET
  578.               Font.Color = clWindowText
  579.               Font.Height = -11
  580.               Font.Name = 'MS Sans Serif'
  581.               Font.Style = []
  582.               ParentFont = False
  583.               TabOrder = 1
  584.             end
  585.             object rbCapitalizeWords: TRadioButton
  586.               Left = 10
  587.               Top = 39
  588.               Width = 129
  589.               Height = 21
  590.               Caption = 'Capitalize Words'
  591.               Font.Charset = DEFAULT_CHARSET
  592.               Font.Color = clWindowText
  593.               Font.Height = -11
  594.               Font.Name = 'MS Sans Serif'
  595.               Font.Style = []
  596.               ParentFont = False
  597.               TabOrder = 2
  598.             end
  599.           end
  600.           object rbAlterCase: TRadioButton
  601.             Left = 10
  602.             Top = 20
  603.             Width = 228
  604.             Height = 21
  605.             Caption = 'Alter Case  (unix websites/etc)'
  606.             Font.Charset = DEFAULT_CHARSET
  607.             Font.Color = clWindowText
  608.             Font.Height = -11
  609.             Font.Name = 'MS Sans Serif'
  610.             Font.Style = []
  611.             ParentFont = False
  612.             TabOrder = 2
  613.             OnClick = rbAlterCaseClick
  614.           end
  615.         end
  616.         object cbAutoPreview: TCheckBox
  617.           Left = 30
  618.           Top = 129
  619.           Width = 296
  620.           Height = 21
  621.           Caption = 'Enable Auto-Preview mode'
  622.           Font.Charset = DEFAULT_CHARSET
  623.           Font.Color = clWindowText
  624.           Font.Height = -11
  625.           Font.Name = 'Verdana'
  626.           Font.Style = []
  627.           ParentFont = False
  628.           TabOrder = 5
  629.         end
  630.       end
  631.       object TabSheet3: TTabSheet
  632.         Caption = 'System'
  633.         ImageIndex = 2
  634.         object Label3: TLabel
  635.           Left = 20
  636.           Top = 133
  637.           Width = 159
  638.           Height = 13
  639.           Caption = 'Characters Replacement'
  640.           Font.Charset = DEFAULT_CHARSET
  641.           Font.Color = clWindowText
  642.           Font.Height = -11
  643.           Font.Name = 'Verdana'
  644.           Font.Style = [fsBold]
  645.           ParentFont = False
  646.         end
  647.         object Label4: TLabel
  648.           Left = 30
  649.           Top = 167
  650.           Width = 75
  651.           Height = 13
  652.           Caption = '\ (backslash)'
  653.           Font.Charset = DEFAULT_CHARSET
  654.           Font.Color = clWindowText
  655.           Font.Height = -11
  656.           Font.Name = 'Verdana'
  657.           Font.Style = []
  658.           ParentFont = False
  659.         end
  660.         object Label5: TLabel
  661.           Left = 30
  662.           Top = 197
  663.           Width = 48
  664.           Height = 13
  665.           Caption = '/ (slash)'
  666.           Font.Charset = DEFAULT_CHARSET
  667.           Font.Color = clWindowText
  668.           Font.Height = -11
  669.           Font.Name = 'Verdana'
  670.           Font.Style = []
  671.           ParentFont = False
  672.         end
  673.         object Label6: TLabel
  674.           Left = 217
  675.           Top = 197
  676.           Width = 49
  677.           Height = 13
  678.           Caption = ': (colon)'
  679.           Font.Charset = DEFAULT_CHARSET
  680.           Font.Color = clWindowText
  681.           Font.Height = -11
  682.           Font.Name = 'Verdana'
  683.           Font.Style = []
  684.           ParentFont = False
  685.         end
  686.         object Label7: TLabel
  687.           Left = 217
  688.           Top = 256
  689.           Width = 66
  690.           Height = 13
  691.           Caption = '* (asterisk)'
  692.           Font.Charset = DEFAULT_CHARSET
  693.           Font.Color = clWindowText
  694.           Font.Height = -11
  695.           Font.Name = 'Verdana'
  696.           Font.Style = []
  697.           ParentFont = False
  698.         end
  699.         object Label8: TLabel
  700.           Left = 217
  701.           Top = 167
  702.           Width = 68
  703.           Height = 13
  704.           Caption = '? (question)'
  705.           Font.Charset = DEFAULT_CHARSET
  706.           Font.Color = clWindowText
  707.           Font.Height = -11
  708.           Font.Name = 'Verdana'
  709.           Font.Style = []
  710.           ParentFont = False
  711.         end
  712.         object Label9: TLabel
  713.           Left = 217
  714.           Top = 226
  715.           Width = 43
  716.           Height = 13
  717.           Caption = '| (pipe)'
  718.           Font.Charset = DEFAULT_CHARSET
  719.           Font.Color = clWindowText
  720.           Font.Height = -11
  721.           Font.Name = 'Verdana'
  722.           Font.Style = []
  723.           ParentFont = False
  724.         end
  725.         object Label10: TLabel
  726.           Left = 30
  727.           Top = 226
  728.           Width = 45
  729.           Height = 13
  730.           Caption = '< (less)'
  731.           Font.Charset = DEFAULT_CHARSET
  732.           Font.Color = clWindowText
  733.           Font.Height = -11
  734.           Font.Name = 'Verdana'
  735.           Font.Style = []
  736.           ParentFont = False
  737.         end
  738.         object Label12: TLabel
  739.           Left = 30
  740.           Top = 256
  741.           Width = 65
  742.           Height = 13
  743.           Caption = '> (greater)'
  744.           Font.Charset = DEFAULT_CHARSET
  745.           Font.Color = clWindowText
  746.           Font.Height = -11
  747.           Font.Name = 'Verdana'
  748.           Font.Style = []
  749.           ParentFont = False
  750.         end
  751.         object Label13: TLabel
  752.           Left = 30
  753.           Top = 286
  754.           Width = 51
  755.           Height = 13
  756.           Caption = '" (quote)'
  757.           Font.Charset = DEFAULT_CHARSET
  758.           Font.Color = clWindowText
  759.           Font.Height = -11
  760.           Font.Name = 'Verdana'
  761.           Font.Style = []
  762.           ParentFont = False
  763.         end
  764.         object Label19: TLabel
  765.           Left = 20
  766.           Top = 32
  767.           Width = 28
  768.           Height = 13
  769.           Caption = 'Misc'
  770.           Font.Charset = DEFAULT_CHARSET
  771.           Font.Color = clWindowText
  772.           Font.Height = -11
  773.           Font.Name = 'Verdana'
  774.           Font.Style = [fsBold]
  775.           ParentFont = False
  776.         end
  777.         object Label23: TLabel
  778.           Left = 217
  779.           Top = 286
  780.           Width = 54
  781.           Height = 13
  782.           Caption = '. (period)'
  783.           Font.Charset = DEFAULT_CHARSET
  784.           Font.Color = clWindowText
  785.           Font.Height = -11
  786.           Font.Name = 'Verdana'
  787.           Font.Style = []
  788.           ParentFont = False
  789.         end
  790.         object Label15: TLabel
  791.           Left = 32
  792.           Top = 97
  793.           Width = 261
  794.           Height = 13
  795.           Caption = 'Create shortcut in Explorer'#39's "Send To" menu'
  796.           Font.Charset = DEFAULT_CHARSET
  797.           Font.Color = clWindowText
  798.           Font.Height = -11
  799.           Font.Name = 'Verdana'
  800.           Font.Style = []
  801.           ParentFont = False
  802.         end
  803.         object cbOnContextMenu: TCheckBox
  804.           Left = 30
  805.           Top = 59
  806.           Width = 336
  807.           Height = 21
  808.           Caption = 'Show Rename Master on a folder'#39's righ-click menu'
  809.           Font.Charset = DEFAULT_CHARSET
  810.           Font.Color = clWindowText
  811.           Font.Height = -11
  812.           Font.Name = 'Verdana'
  813.           Font.Style = []
  814.           ParentFont = False
  815.           TabOrder = 0
  816.           OnClick = cbOnContextMenuClick
  817.         end
  818.         object txtBackslash: TEdit
  819.           Left = 148
  820.           Top = 167
  821.           Width = 40
  822.           Height = 23
  823.           Font.Charset = DEFAULT_CHARSET
  824.           Font.Color = clWindowText
  825.           Font.Height = -11
  826.           Font.Name = 'Lucida Sans Unicode'
  827.           Font.Style = []
  828.           MaxLength = 1
  829.           ParentFont = False
  830.           TabOrder = 1
  831.           Text = 'txtBackslash'
  832.           OnChange = txtBackslashChange
  833.         end
  834.         object txtPipe: TEdit
  835.           Left = 325
  836.           Top = 226
  837.           Width = 41
  838.           Height = 23
  839.           Font.Charset = DEFAULT_CHARSET
  840.           Font.Color = clWindowText
  841.           Font.Height = -11
  842.           Font.Name = 'Lucida Sans Unicode'
  843.           Font.Style = []
  844.           MaxLength = 1
  845.           ParentFont = False
  846.           TabOrder = 8
  847.           Text = 'Edit3'
  848.           OnChange = txtPipeChange
  849.         end
  850.         object txtAsterisk: TEdit
  851.           Left = 325
  852.           Top = 256
  853.           Width = 41
  854.           Height = 23
  855.           Font.Charset = DEFAULT_CHARSET
  856.           Font.Color = clWindowText
  857.           Font.Height = -11
  858.           Font.Name = 'Lucida Sans Unicode'
  859.           Font.Style = []
  860.           MaxLength = 1
  861.           ParentFont = False
  862.           TabOrder = 7
  863.           Text = 'Edit3'
  864.           OnChange = txtAsteriskChange
  865.         end
  866.         object txtQuestion: TEdit
  867.           Left = 325
  868.           Top = 167
  869.           Width = 41
  870.           Height = 23
  871.           Font.Charset = DEFAULT_CHARSET
  872.           Font.Color = clWindowText
  873.           Font.Height = -11
  874.           Font.Name = 'Lucida Sans Unicode'
  875.           Font.Style = []
  876.           MaxLength = 1
  877.           ParentFont = False
  878.           TabOrder = 6
  879.           Text = 'Edit3'
  880.           OnChange = txtQuestionChange
  881.         end
  882.         object txtColon: TEdit
  883.           Left = 325
  884.           Top = 197
  885.           Width = 41
  886.           Height = 23
  887.           Font.Charset = DEFAULT_CHARSET
  888.           Font.Color = clWindowText
  889.           Font.Height = -11
  890.           Font.Name = 'Lucida Sans Unicode'
  891.           Font.Style = []
  892.           MaxLength = 1
  893.           ParentFont = False
  894.           TabOrder = 5
  895.           Text = 'txtColon'
  896.           OnChange = txtColonChange
  897.         end
  898.         object txtSlash: TEdit
  899.           Left = 148
  900.           Top = 197
  901.           Width = 40
  902.           Height = 23
  903.           Font.Charset = DEFAULT_CHARSET
  904.           Font.Color = clWindowText
  905.           Font.Height = -11
  906.           Font.Name = 'Lucida Sans Unicode'
  907.           Font.Style = []
  908.           MaxLength = 1
  909.           ParentFont = False
  910.           TabOrder = 2
  911.           Text = 'txtSlash'
  912.           OnChange = txtSlashChange
  913.         end
  914.         object txtLess: TEdit
  915.           Left = 148
  916.           Top = 226
  917.           Width = 40
  918.           Height = 23
  919.           Font.Charset = DEFAULT_CHARSET
  920.           Font.Color = clWindowText
  921.           Font.Height = -11
  922.           Font.Name = 'Lucida Sans Unicode'
  923.           Font.Style = []
  924.           MaxLength = 1
  925.           ParentFont = False
  926.           TabOrder = 3
  927.           Text = 'Edit3'
  928.           OnChange = txtLessChange
  929.         end
  930.         object txtQuote: TEdit
  931.           Left = 148
  932.           Top = 256
  933.           Width = 40
  934.           Height = 23
  935.           Font.Charset = DEFAULT_CHARSET
  936.           Font.Color = clWindowText
  937.           Font.Height = -11
  938.           Font.Name = 'Lucida Sans Unicode'
  939.           Font.Style = []
  940.           MaxLength = 1
  941.           ParentFont = False
  942.           TabOrder = 9
  943.           Text = 'Edit3'
  944.           OnChange = txtQuoteChange
  945.         end
  946.         object txtGreater: TEdit
  947.           Left = 148
  948.           Top = 286
  949.           Width = 40
  950.           Height = 23
  951.           Font.Charset = DEFAULT_CHARSET
  952.           Font.Color = clWindowText
  953.           Font.Height = -11
  954.           Font.Name = 'Lucida Sans Unicode'
  955.           Font.Style = []
  956.           MaxLength = 1
  957.           ParentFont = False
  958.           TabOrder = 4
  959.           Text = 'Edit3'
  960.           OnChange = txtGreaterChange
  961.         end
  962.         object GroupBox4: TGroupBox
  963.           Left = 202
  964.           Top = 133
  965.           Width = 253
  966.           Height = 11
  967.           Font.Charset = DEFAULT_CHARSET
  968.           Font.Color = clWindowText
  969.           Font.Height = -11
  970.           Font.Name = 'MS Sans Serif'
  971.           Font.Style = []
  972.           ParentFont = False
  973.           TabOrder = 10
  974.         end
  975.         object GroupBox8: TGroupBox
  976.           Left = 69
  977.           Top = 32
  978.           Width = 385
  979.           Height = 11
  980.           Font.Charset = DEFAULT_CHARSET
  981.           Font.Color = clWindowText
  982.           Font.Height = -11
  983.           Font.Name = 'MS Sans Serif'
  984.           Font.Style = []
  985.           ParentFont = False
  986.           TabOrder = 11
  987.         end
  988.         object txtPeriod: TEdit
  989.           Left = 325
  990.           Top = 286
  991.           Width = 41
  992.           Height = 23
  993.           Font.Charset = DEFAULT_CHARSET
  994.           Font.Color = clWindowText
  995.           Font.Height = -11
  996.           Font.Name = 'Lucida Sans Unicode'
  997.           Font.Style = []
  998.           MaxLength = 1
  999.           ParentFont = False
  1000.           TabOrder = 12
  1001.           Text = 'Edit3'
  1002.           OnChange = txtPeriodChange
  1003.         end
  1004.         object btnCreateShortcut: TButton
  1005.           Left = 304
  1006.           Top = 96
  1007.           Width = 65
  1008.           Height = 21
  1009.           Caption = 'Create'
  1010.           Font.Charset = DEFAULT_CHARSET
  1011.           Font.Color = clWindowText
  1012.           Font.Height = -11
  1013.           Font.Name = 'MS Sans Serif'
  1014.           Font.Style = []
  1015.           ParentFont = False
  1016.           TabOrder = 13
  1017.           OnClick = btnCreateShortcutClick
  1018.         end
  1019.       end
  1020.       object TabSheet4: TTabSheet
  1021.         Caption = 'Startup/Exit'
  1022.         ImageIndex = 3
  1023.         object Label21: TLabel
  1024.           Left = 20
  1025.           Top = 133
  1026.           Width = 119
  1027.           Height = 13
  1028.           Caption = 'Remember on Exit'
  1029.           Font.Charset = DEFAULT_CHARSET
  1030.           Font.Color = clWindowText
  1031.           Font.Height = -11
  1032.           Font.Name = 'Verdana'
  1033.           Font.Style = [fsBold]
  1034.           ParentFont = False
  1035.         end
  1036.         object Label22: TLabel
  1037.           Left = 20
  1038.           Top = 32
  1039.           Width = 48
  1040.           Height = 13
  1041.           Caption = 'Startup'
  1042.           Font.Charset = DEFAULT_CHARSET
  1043.           Font.Color = clWindowText
  1044.           Font.Height = -11
  1045.           Font.Name = 'Verdana'
  1046.           Font.Style = [fsBold]
  1047.           ParentFont = False
  1048.         end
  1049.         object cbDontRememberLastFolder: TCheckBox
  1050.           Left = 30
  1051.           Top = 59
  1052.           Width = 276
  1053.           Height = 21
  1054.           Caption = 'Don'#39't remember the last folder used on exit'
  1055.           Font.Charset = DEFAULT_CHARSET
  1056.           Font.Color = clWindowText
  1057.           Font.Height = -11
  1058.           Font.Name = 'MS Sans Serif'
  1059.           Font.Style = []
  1060.           ParentFont = False
  1061.           TabOrder = 0
  1062.         end
  1063.         object cbRememberPosition: TCheckBox
  1064.           Left = 30
  1065.           Top = 167
  1066.           Width = 139
  1067.           Height = 21
  1068.           Caption = 'Window position'
  1069.           Font.Charset = DEFAULT_CHARSET
  1070.           Font.Color = clWindowText
  1071.           Font.Height = -11
  1072.           Font.Name = 'MS Sans Serif'
  1073.           Font.Style = []
  1074.           ParentFont = False
  1075.           TabOrder = 1
  1076.         end
  1077.         object cbRememberSize: TCheckBox
  1078.           Left = 30
  1079.           Top = 197
  1080.           Width = 139
  1081.           Height = 21
  1082.           Caption = 'Window size'
  1083.           Font.Charset = DEFAULT_CHARSET
  1084.           Font.Color = clWindowText
  1085.           Font.Height = -11
  1086.           Font.Name = 'MS Sans Serif'
  1087.           Font.Style = []
  1088.           ParentFont = False
  1089.           TabOrder = 2
  1090.         end
  1091.         object cbOpenMaximized: TCheckBox
  1092.           Left = 30
  1093.           Top = 89
  1094.           Width = 227
  1095.           Height = 21
  1096.           Caption = 'Open Maximized'
  1097.           Font.Charset = DEFAULT_CHARSET
  1098.           Font.Color = clWindowText
  1099.           Font.Height = -11
  1100.           Font.Name = 'MS Sans Serif'
  1101.           Font.Style = []
  1102.           ParentFont = False
  1103.           TabOrder = 3
  1104.         end
  1105.         object cbRememberColumnSizes: TCheckBox
  1106.           Left = 236
  1107.           Top = 167
  1108.           Width = 169
  1109.           Height = 21
  1110.           Caption = 'Column sizes / Positions'
  1111.           Font.Charset = DEFAULT_CHARSET
  1112.           Font.Color = clWindowText
  1113.           Font.Height = -11
  1114.           Font.Name = 'MS Sans Serif'
  1115.           Font.Style = []
  1116.           ParentFont = False
  1117.           TabOrder = 4
  1118.         end
  1119.         object cbRememberBrowserPane: TCheckBox
  1120.           Left = 236
  1121.           Top = 197
  1122.           Width = 159
  1123.           Height = 21
  1124.           Caption = 'Browser Pane state'
  1125.           Font.Charset = DEFAULT_CHARSET
  1126.           Font.Color = clWindowText
  1127.           Font.Height = -11
  1128.           Font.Name = 'MS Sans Serif'
  1129.           Font.Style = []
  1130.           ParentFont = False
  1131.           TabOrder = 5
  1132.         end
  1133.         object GroupBox6: TGroupBox
  1134.           Left = 187
  1135.           Top = 133
  1136.           Width = 268
  1137.           Height = 11
  1138.           Font.Charset = DEFAULT_CHARSET
  1139.           Font.Color = clWindowText
  1140.           Font.Height = -11
  1141.           Font.Name = 'MS Sans Serif'
  1142.           Font.Style = []
  1143.           ParentFont = False
  1144.           TabOrder = 6
  1145.         end
  1146.         object GroupBox7: TGroupBox
  1147.           Left = 89
  1148.           Top = 32
  1149.           Width = 365
  1150.           Height = 11
  1151.           Font.Charset = DEFAULT_CHARSET
  1152.           Font.Color = clWindowText
  1153.           Font.Height = -11
  1154.           Font.Name = 'MS Sans Serif'
  1155.           Font.Style = []
  1156.           ParentFont = False
  1157.           TabOrder = 7
  1158.         end
  1159.       end
  1160.     end
  1161.     object bAbout: TButton
  1162.       Left = 493
  1163.       Top = 167
  1164.       Width = 68
  1165.       Height = 26
  1166.       Anchors = [akTop, akRight]
  1167.       Caption = 'About'
  1168.       Font.Charset = DEFAULT_CHARSET
  1169.       Font.Color = clWindowText
  1170.       Font.Height = -11
  1171.       Font.Name = 'MS Sans Serif'
  1172.       Font.Style = []
  1173.       ParentFont = False
  1174.       TabOrder = 3
  1175.       OnClick = bAboutClick
  1176.     end
  1177.     object StatusBar1: TStatusBar
  1178.       Left = 0
  1179.       Top = 414
  1180.       Width = 578
  1181.       Height = 24
  1182.       Panels = <>
  1183.       SimplePanel = False
  1184.     end
  1185.   end
  1186.   object FontDialog1: TFontDialog
  1187.     Font.Charset = DEFAULT_CHARSET
  1188.     Font.Color = clWindowText
  1189.     Font.Height = -11
  1190.     Font.Name = 'MS Sans Serif'
  1191.     Font.Style = []
  1192.     MinFontSize = 0
  1193.     MaxFontSize = 0
  1194.     Options = [fdForceFontExist]
  1195.     Left = 496
  1196.     Top = 208
  1197.   end
  1198. end
  1199.